From: Keir Fraser Date: Wed, 10 Feb 2010 09:09:35 +0000 (+0000) Subject: tmem: Disable by default: enable with Xen boot param 'tmem' X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~12626 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/success//%22http:/www.example.com/cgi/success/?a=commitdiff_plain;h=8d835167c276055389215d4cabdb20bcb786146f;p=xen.git tmem: Disable by default: enable with Xen boot param 'tmem' This reverts 20758:4e56f809ddbf and 20655:3c5b5c4c1d79 Signed-off-by: Keir Fraser --- diff --git a/xen/common/tmem_xen.c b/xen/common/tmem_xen.c index ba3f03ca97..950c9c03da 100644 --- a/xen/common/tmem_xen.c +++ b/xen/common/tmem_xen.c @@ -14,11 +14,7 @@ #define EXPORT /* indicates code other modules are dependent upon */ -#ifdef __x86_64__ -EXPORT int opt_tmem = 1; -#else EXPORT int opt_tmem = 0; -#endif boolean_param("tmem", opt_tmem); EXPORT int opt_tmem_compress = 0;